type github.com/klauspost/compress/huff0.bitWriter

9 uses

	github.com/klauspost/compress/huff0 (current package)
		bitwriter.go#L10: type bitWriter struct {
		bitwriter.go#L18: func (b *bitWriter) addBits16Clean(value uint16, bits uint8) {
		bitwriter.go#L25: func (b *bitWriter) encSymbol(ct cTable, symbol byte) {
		bitwriter.go#L38: func (b *bitWriter) encTwoSymbols(ct cTable, av, bv byte) {
		bitwriter.go#L58: func (b *bitWriter) encFourSymbols(encA, encB, encC, encD cTableEntry) {
		bitwriter.go#L72: func (b *bitWriter) flush32() {
		bitwriter.go#L86: func (b *bitWriter) flushAlign() {
		bitwriter.go#L97: func (b *bitWriter) close() {
		compress.go#L234: 	var bw = bitWriter{out: dst}